home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 5-023 bas2com basic compiler / 1.img / SAMPLE.BAT < prev    next >
DOS Batch File  |  1982-05-07  |  127b  |  10 lines

  1. B:
  2. A:BASCOM %1,,%2;
  3. DIR
  4. COPY %1.LST LPT1:
  5. ERASE %1.LST
  6. PAUSE . . insert BASRUN-Linker in drive A: 
  7. A:LINK %1;
  8. DIR
  9. %1
  10.